[INFO] fetching crate indy-sys 1.16.0-post-286...
[INFO] checking indy-sys-1.16.0-post-286 against try#b946edaa85de45f124065f52b1bc55ba2fb4f9fb for pr-157562
[INFO] extracting crate indy-sys 1.16.0-post-286 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate indy-sys 1.16.0-post-286
[INFO] finished tweaking crates.io crate indy-sys 1.16.0-post-286
[INFO] tweaked toml for crates.io crate indy-sys 1.16.0-post-286 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate indy-sys 1.16.0-post-286 on toolchain b946edaa85de45f124065f52b1bc55ba2fb4f9fb
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b946edaa85de45f124065f52b1bc55ba2fb4f9fb" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b946edaa85de45f124065f52b1bc55ba2fb4f9fb" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 15 packages to latest compatible versions
[INFO] [stderr]       Adding libc v0.2.66 (available: v0.2.186)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b946edaa85de45f124065f52b1bc55ba2fb4f9fb" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `indy-sys` (manifest) generated 1 warning
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3e793bdf10248eb2ddbd6b0faebed8155c11b4589982e2893733958d93e8d540" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 12e730780c02c9a9d1990f47360c8926ac018963d68053adc5046250195e4273
[INFO] running `Command { std: "docker" "start" "12e730780c02c9a9d1990f47360c8926ac018963d68053adc5046250195e4273", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "12e730780c02c9a9d1990f47360c8926ac018963d68053adc5046250195e4273" "/opt/rustwide/cargo-home/bin/cargo" "+b946edaa85de45f124065f52b1bc55ba2fb4f9fb" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "12e730780c02c9a9d1990f47360c8926ac018963d68053adc5046250195e4273", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "12e730780c02c9a9d1990f47360c8926ac018963d68053adc5046250195e4273" "/opt/rustwide/cargo-home/bin/cargo" "+b946edaa85de45f124065f52b1bc55ba2fb4f9fb" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `indy-sys` (manifest) generated 1 warning
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling memchr v2.8.2
[INFO] [stderr]    Compiling regex-syntax v0.8.11
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling regex v1.12.4
[INFO] [stderr]    Compiling indy-sys v1.16.0-post-286 (/opt/rustwide/workdir)
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]  --> src/anoncreds.rs:6:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | extern {
[INFO] [stdout]   | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(missing_abi)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]  --> src/blob_storage.rs:5:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | extern {
[INFO] [stdout]   | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]  --> src/crypto.rs:5:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | extern {
[INFO] [stdout]   | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]  --> src/did.rs:5:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | extern {
[INFO] [stdout]   | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]  --> src/ledger.rs:5:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | extern {
[INFO] [stdout]   | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ledger.rs:276:36
[INFO] [stdout]     |
[INFO] [stdout] 276 | pub type CustomTransactionParser = extern fn(reply_from_node: CString, parsed_sp: *mut CString) -> Error;
[INFO] [stdout]     |                                    ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ledger.rs:277:23
[INFO] [stdout]     |
[INFO] [stdout] 277 | pub type CustomFree = extern fn(data: CString) -> Error;
[INFO] [stdout]     |                       ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]  --> src/non_secrets.rs:5:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | extern {
[INFO] [stdout]   | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]  --> src/pairwise.rs:5:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | extern {
[INFO] [stdout]   | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]  --> src/payments.rs:5:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | extern {
[INFO] [stdout]   | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/payments.rs:151:35
[INFO] [stdout]     |
[INFO] [stdout] 151 | pub type CreatePaymentAddressCB = extern fn(command_handle: CommandHandle,
[INFO] [stdout]     |                                   ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/payments.rs:154:56
[INFO] [stdout]     |
[INFO] [stdout] 154 | ...                   cb: Option<extern fn(command_handle_: CommandHandle,
[INFO] [stdout]     |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/payments.rs:157:29
[INFO] [stdout]     |
[INFO] [stdout] 157 | pub type AddRequestFeesCB = extern fn(command_handle: CommandHandle,
[INFO] [stdout]     |                             ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/payments.rs:164:50
[INFO] [stdout]     |
[INFO] [stdout] 164 | ...                   cb: Option<extern fn(command_handle_: CommandHandle,
[INFO] [stdout]     |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/payments.rs:167:36
[INFO] [stdout]     |
[INFO] [stdout] 167 | pub type ParseResponseWithFeesCB = extern fn(command_handle: CommandHandle,
[INFO] [stdout]     |                                    ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/payments.rs:169:57
[INFO] [stdout]     |
[INFO] [stdout] 169 | ...                   cb: Option<extern fn(command_handle_: CommandHandle,
[INFO] [stdout]     |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/payments.rs:172:44
[INFO] [stdout]     |
[INFO] [stdout] 172 | pub type BuildGetPaymentSourcesRequestCB = extern fn(command_handle: CommandHandle,
[INFO] [stdout]     |                                            ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/payments.rs:177:65
[INFO] [stdout]     |
[INFO] [stdout] 177 | ...                   cb: Option<extern fn(command_handle_: CommandHandle,
[INFO] [stdout]     |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/payments.rs:180:45
[INFO] [stdout]     |
[INFO] [stdout] 180 | pub type ParseGetPaymentSourcesResponseCB = extern fn(command_handle: CommandHandle,
[INFO] [stdout]     |                                             ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/payments.rs:182:66
[INFO] [stdout]     |
[INFO] [stdout] 182 | ...                   cb: Option<extern fn(command_handle_: CommandHandle,
[INFO] [stdout]     |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/payments.rs:186:30
[INFO] [stdout]     |
[INFO] [stdout] 186 | pub type BuildPaymentReqCB = extern fn(command_handle: CommandHandle,
[INFO] [stdout]     |                              ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/payments.rs:192:51
[INFO] [stdout]     |
[INFO] [stdout] 192 | ...                   cb: Option<extern fn(command_handle_: CommandHandle,
[INFO] [stdout]     |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/payments.rs:195:35
[INFO] [stdout]     |
[INFO] [stdout] 195 | pub type ParsePaymentResponseCB = extern fn(command_handle: CommandHandle,
[INFO] [stdout]     |                                   ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/payments.rs:197:56
[INFO] [stdout]     |
[INFO] [stdout] 197 | ...                   cb: Option<extern fn(command_handle_: CommandHandle,
[INFO] [stdout]     |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/payments.rs:200:27
[INFO] [stdout]     |
[INFO] [stdout] 200 | pub type BuildMintReqCB = extern fn(command_handle: CommandHandle,
[INFO] [stdout]     |                           ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/payments.rs:205:48
[INFO] [stdout]     |
[INFO] [stdout] 205 | ...                   cb: Option<extern fn(command_handle_: CommandHandle,
[INFO] [stdout]     |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/payments.rs:208:33
[INFO] [stdout]     |
[INFO] [stdout] 208 | pub type BuildSetTxnFeesReqCB = extern fn(command_handle: CommandHandle,
[INFO] [stdout]     |                                 ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/payments.rs:212:54
[INFO] [stdout]     |
[INFO] [stdout] 212 | ...                   cb: Option<extern fn(command_handle_: CommandHandle,
[INFO] [stdout]     |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/payments.rs:215:33
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub type BuildGetTxnFeesReqCB = extern fn(command_handle: CommandHandle,
[INFO] [stdout]     |                                 ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/payments.rs:218:54
[INFO] [stdout]     |
[INFO] [stdout] 218 | ...                   cb: Option<extern fn(command_handle_: CommandHandle,
[INFO] [stdout]     |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/payments.rs:221:38
[INFO] [stdout]     |
[INFO] [stdout] 221 | pub type ParseGetTxnFeesResponseCB = extern fn(command_handle: CommandHandle,
[INFO] [stdout]     |                                      ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/payments.rs:223:59
[INFO] [stdout]     |
[INFO] [stdout] 223 | ...                   cb: Option<extern fn(command_handle_: CommandHandle,
[INFO] [stdout]     |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/payments.rs:226:36
[INFO] [stdout]     |
[INFO] [stdout] 226 | pub type BuildVerifyPaymentReqCB = extern fn(command_handle: CommandHandle,
[INFO] [stdout]     |                                    ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/payments.rs:230:57
[INFO] [stdout]     |
[INFO] [stdout] 230 | ...                   cb: Option<extern fn(command_handle_: CommandHandle,
[INFO] [stdout]     |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/payments.rs:233:41
[INFO] [stdout]     |
[INFO] [stdout] 233 | pub type ParseVerifyPaymentResponseCB = extern fn(command_handle: CommandHandle,
[INFO] [stdout]     |                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/payments.rs:235:62
[INFO] [stdout]     |
[INFO] [stdout] 235 | ...                   cb: Option<extern fn(command_handle_: CommandHandle,
[INFO] [stdout]     |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/payments.rs:239:30
[INFO] [stdout]     |
[INFO] [stdout] 239 | pub type SignWithAddressCB = extern fn (command_handle: CommandHandle, wallet_handle: WalletHandle,
[INFO] [stdout]     |                              ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/payments.rs:242:52
[INFO] [stdout]     |
[INFO] [stdout] 242 | ...                   cb: Option<extern fn(command_handle: i32, err: Error, raw: BString, len: u32)>) -> Error;
[INFO] [stdout]     |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/payments.rs:244:32
[INFO] [stdout]     |
[INFO] [stdout] 244 | pub type VerifyWithAddressCB = extern fn (command_handle: i32, address: CString,
[INFO] [stdout]     |                                ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/payments.rs:247:54
[INFO] [stdout]     |
[INFO] [stdout] 247 | ...                   cb: Option<extern fn(command_handle: i32, err: Error, result: bool)>) -> Error;
[INFO] [stdout]     |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]  --> src/pool.rs:5:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | extern {
[INFO] [stdout]   | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]  --> src/wallet.rs:5:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | extern {
[INFO] [stdout]   | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/wallet.rs:70:25
[INFO] [stdout]    |
[INFO] [stdout] 70 | pub type WalletCreate = extern fn(name: CString,
[INFO] [stdout]    |                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/wallet.rs:74:23
[INFO] [stdout]    |
[INFO] [stdout] 74 | pub type WalletOpen = extern fn(name: CString,
[INFO] [stdout]    |                       ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/wallet.rs:78:24
[INFO] [stdout]    |
[INFO] [stdout] 78 | pub type WalletClose = extern fn(storage_handle: StorageHandle) -> Error;
[INFO] [stdout]    |                        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/wallet.rs:79:25
[INFO] [stdout]    |
[INFO] [stdout] 79 | pub type WalletDelete = extern fn(name: CString,
[INFO] [stdout]    |                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/wallet.rs:82:28
[INFO] [stdout]    |
[INFO] [stdout] 82 | pub type WalletAddRecord = extern fn(storage_handle: StorageHandle,
[INFO] [stdout]    |                            ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/wallet.rs:88:36
[INFO] [stdout]    |
[INFO] [stdout] 88 | pub type WalletUpdateRecordValue = extern fn(storage_handle: StorageHandle,
[INFO] [stdout]    |                                    ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/wallet.rs:93:35
[INFO] [stdout]    |
[INFO] [stdout] 93 | pub type WalletUpdateRecordTags = extern fn(storage_handle: StorageHandle,
[INFO] [stdout]    |                                   ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/wallet.rs:97:32
[INFO] [stdout]    |
[INFO] [stdout] 97 | pub type WalletAddRecordTags = extern fn(storage_handle: StorageHandle,
[INFO] [stdout]    |                                ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/wallet.rs:101:35
[INFO] [stdout]     |
[INFO] [stdout] 101 | pub type WalletDeleteRecordTags = extern fn(storage_handle: StorageHandle,
[INFO] [stdout]     |                                   ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/wallet.rs:105:31
[INFO] [stdout]     |
[INFO] [stdout] 105 | pub type WalletDeleteRecord = extern fn(storage_handle: StorageHandle,
[INFO] [stdout]     |                               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/wallet.rs:108:28
[INFO] [stdout]     |
[INFO] [stdout] 108 | pub type WalletGetRecord = extern fn(storage_handle: StorageHandle,
[INFO] [stdout]     |                            ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/wallet.rs:113:30
[INFO] [stdout]     |
[INFO] [stdout] 113 | pub type WalletGetRecordId = extern fn(storage_handle: StorageHandle,
[INFO] [stdout]     |                              ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/wallet.rs:116:32
[INFO] [stdout]     |
[INFO] [stdout] 116 | pub type WalletGetRecordType = extern fn(storage_handle: StorageHandle,
[INFO] [stdout]     |                                ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/wallet.rs:119:33
[INFO] [stdout]     |
[INFO] [stdout] 119 | pub type WalletGetRecordValue = extern fn(storage_handle: StorageHandle,
[INFO] [stdout]     |                                 ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/wallet.rs:123:32
[INFO] [stdout]     |
[INFO] [stdout] 123 | pub type WalletGetRecordTags = extern fn(storage_handle: StorageHandle,
[INFO] [stdout]     |                                ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/wallet.rs:126:29
[INFO] [stdout]     |
[INFO] [stdout] 126 | pub type WalletFreeRecord = extern fn(storage_handle: StorageHandle,
[INFO] [stdout]     |                             ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/wallet.rs:128:37
[INFO] [stdout]     |
[INFO] [stdout] 128 | pub type WalletGetStorageMetadata = extern fn(storage_handle: StorageHandle,
[INFO] [stdout]     |                                     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/wallet.rs:131:37
[INFO] [stdout]     |
[INFO] [stdout] 131 | pub type WalletSetStorageMetadata = extern fn(storage_handle: StorageHandle,
[INFO] [stdout]     |                                     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/wallet.rs:133:38
[INFO] [stdout]     |
[INFO] [stdout] 133 | pub type WalletFreeStorageMetadata = extern fn(storage_handle: StorageHandle,
[INFO] [stdout]     |                                      ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/wallet.rs:135:32
[INFO] [stdout]     |
[INFO] [stdout] 135 | pub type WalletSearchRecords = extern fn(storage_handle: StorageHandle,
[INFO] [stdout]     |                                ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/wallet.rs:140:35
[INFO] [stdout]     |
[INFO] [stdout] 140 | pub type WalletSearchAllRecords = extern fn(storage_handle: StorageHandle,
[INFO] [stdout]     |                                   ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/wallet.rs:142:38
[INFO] [stdout]     |
[INFO] [stdout] 142 | pub type WalletGetSearchTotalCount = extern fn(storage_handle: StorageHandle,
[INFO] [stdout]     |                                      ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/wallet.rs:145:40
[INFO] [stdout]     |
[INFO] [stdout] 145 | pub type WalletFetchSearchNextRecord = extern fn(storage_handle: StorageHandle,
[INFO] [stdout]     |                                        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/wallet.rs:148:29
[INFO] [stdout]     |
[INFO] [stdout] 148 | pub type WalletFreeSearch = extern fn(storage_handle: StorageHandle,
[INFO] [stdout]     |                             ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]  --> src/logger.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | extern {
[INFO] [stdout]   | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/logger.rs:26:22
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub type EnabledCB = extern fn(context: *const CVoid,
[INFO] [stdout]    |                      ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/logger.rs:30:18
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub type LogCB = extern fn(context: *const CVoid,
[INFO] [stdout]    |                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/logger.rs:38:20
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub type FlushCB = extern fn(context: *const CVoid);
[INFO] [stdout]    |                    ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]  --> src/cache.rs:5:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | extern {
[INFO] [stdout]   | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]  --> src/metrics.rs:5:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | extern {
[INFO] [stdout]   | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/lib.rs:53:28
[INFO] [stdout]    |
[INFO] [stdout] 53 | pub type ResponseEmptyCB = extern fn(xcommand_handle: CommandHandle, err: Error);
[INFO] [stdout]    |                            ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/lib.rs:54:27
[INFO] [stdout]    |
[INFO] [stdout] 54 | pub type ResponseBoolCB = extern fn(xcommand_handle: CommandHandle, err: Error, bool1: bool);
[INFO] [stdout]    |                           ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/lib.rs:55:26
[INFO] [stdout]    |
[INFO] [stdout] 55 | pub type ResponseI32CB = extern fn(xcommand_handle: CommandHandle, err: Error, handle: IndyHandle);
[INFO] [stdout]    |                          ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/lib.rs:56:35
[INFO] [stdout]    |
[INFO] [stdout] 56 | pub type ResponseWalletHandleCB = extern fn(xcommand_handle: CommandHandle, err: Error, handle: WalletHandle);
[INFO] [stdout]    |                                   ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/lib.rs:57:31
[INFO] [stdout]    |
[INFO] [stdout] 57 | pub type ResponseI32UsizeCB = extern fn(xcommand_handle: CommandHandle, err: Error, handle: IndyHandle, total_count: usize);
[INFO] [stdout]    |                               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/lib.rs:58:29
[INFO] [stdout]    |
[INFO] [stdout] 58 | pub type ResponseStringCB = extern fn(xcommand_handle: CommandHandle, err: Error, str1: CString);
[INFO] [stdout]    |                             ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/lib.rs:59:35
[INFO] [stdout]    |
[INFO] [stdout] 59 | pub type ResponseStringStringCB = extern fn(xcommand_handle: CommandHandle, err: Error, str1: CString, str2: CString);
[INFO] [stdout]    |                                   ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/lib.rs:60:41
[INFO] [stdout]    |
[INFO] [stdout] 60 | pub type ResponseStringStringStringCB = extern fn(xcommand_handle: CommandHandle, err: Error, str1: CString, str2: CString, str3: CS...
[INFO] [stdout]    |                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/lib.rs:61:28
[INFO] [stdout]    |
[INFO] [stdout] 61 | pub type ResponseSliceCB = extern fn(xcommand_handle: CommandHandle, err: Error, raw: BString, len: u32);
[INFO] [stdout]    |                            ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/lib.rs:62:34
[INFO] [stdout]    |
[INFO] [stdout] 62 | pub type ResponseStringSliceCB = extern fn(xcommand_handle: CommandHandle, err: Error, str1: CString, raw: BString, len: u32);
[INFO] [stdout]    |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/lib.rs:63:38
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub type ResponseStringStringU64CB = extern fn(xcommand_handle: CommandHandle, err: Error, arg1: CString, arg2: CString, arg3: u64);
[INFO] [stdout]    |                                      ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/lib.rs:64:32
[INFO] [stdout]    |
[INFO] [stdout] 64 | pub type ResponseStringI64CB = extern fn(xcommand_handle: CommandHandle, err: Error, arg1: CString, arg3: i64);
[INFO] [stdout]    |                                ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/lib.rs:66:1
[INFO] [stdout]    |
[INFO] [stdout] 66 | extern {
[INFO] [stdout]    | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]  --> src/anoncreds.rs:6:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | extern {
[INFO] [stdout]   | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(missing_abi)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]  --> src/blob_storage.rs:5:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | extern {
[INFO] [stdout]   | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]  --> src/crypto.rs:5:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | extern {
[INFO] [stdout]   | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]  --> src/did.rs:5:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | extern {
[INFO] [stdout]   | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]  --> src/ledger.rs:5:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | extern {
[INFO] [stdout]   | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ledger.rs:276:36
[INFO] [stdout]     |
[INFO] [stdout] 276 | pub type CustomTransactionParser = extern fn(reply_from_node: CString, parsed_sp: *mut CString) -> Error;
[INFO] [stdout]     |                                    ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ledger.rs:277:23
[INFO] [stdout]     |
[INFO] [stdout] 277 | pub type CustomFree = extern fn(data: CString) -> Error;
[INFO] [stdout]     |                       ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]  --> src/non_secrets.rs:5:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | extern {
[INFO] [stdout]   | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]  --> src/pairwise.rs:5:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | extern {
[INFO] [stdout]   | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]  --> src/payments.rs:5:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | extern {
[INFO] [stdout]   | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/payments.rs:151:35
[INFO] [stdout]     |
[INFO] [stdout] 151 | pub type CreatePaymentAddressCB = extern fn(command_handle: CommandHandle,
[INFO] [stdout]     |                                   ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/payments.rs:154:56
[INFO] [stdout]     |
[INFO] [stdout] 154 | ...                   cb: Option<extern fn(command_handle_: CommandHandle,
[INFO] [stdout]     |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/payments.rs:157:29
[INFO] [stdout]     |
[INFO] [stdout] 157 | pub type AddRequestFeesCB = extern fn(command_handle: CommandHandle,
[INFO] [stdout]     |                             ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/payments.rs:164:50
[INFO] [stdout]     |
[INFO] [stdout] 164 | ...                   cb: Option<extern fn(command_handle_: CommandHandle,
[INFO] [stdout]     |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/payments.rs:167:36
[INFO] [stdout]     |
[INFO] [stdout] 167 | pub type ParseResponseWithFeesCB = extern fn(command_handle: CommandHandle,
[INFO] [stdout]     |                                    ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/payments.rs:169:57
[INFO] [stdout]     |
[INFO] [stdout] 169 | ...                   cb: Option<extern fn(command_handle_: CommandHandle,
[INFO] [stdout]     |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/payments.rs:172:44
[INFO] [stdout]     |
[INFO] [stdout] 172 | pub type BuildGetPaymentSourcesRequestCB = extern fn(command_handle: CommandHandle,
[INFO] [stdout]     |                                            ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/payments.rs:177:65
[INFO] [stdout]     |
[INFO] [stdout] 177 | ...                   cb: Option<extern fn(command_handle_: CommandHandle,
[INFO] [stdout]     |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/payments.rs:180:45
[INFO] [stdout]     |
[INFO] [stdout] 180 | pub type ParseGetPaymentSourcesResponseCB = extern fn(command_handle: CommandHandle,
[INFO] [stdout]     |                                             ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/payments.rs:182:66
[INFO] [stdout]     |
[INFO] [stdout] 182 | ...                   cb: Option<extern fn(command_handle_: CommandHandle,
[INFO] [stdout]     |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/payments.rs:186:30
[INFO] [stdout]     |
[INFO] [stdout] 186 | pub type BuildPaymentReqCB = extern fn(command_handle: CommandHandle,
[INFO] [stdout]     |                              ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/payments.rs:192:51
[INFO] [stdout]     |
[INFO] [stdout] 192 | ...                   cb: Option<extern fn(command_handle_: CommandHandle,
[INFO] [stdout]     |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/payments.rs:195:35
[INFO] [stdout]     |
[INFO] [stdout] 195 | pub type ParsePaymentResponseCB = extern fn(command_handle: CommandHandle,
[INFO] [stdout]     |                                   ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/payments.rs:197:56
[INFO] [stdout]     |
[INFO] [stdout] 197 | ...                   cb: Option<extern fn(command_handle_: CommandHandle,
[INFO] [stdout]     |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/payments.rs:200:27
[INFO] [stdout]     |
[INFO] [stdout] 200 | pub type BuildMintReqCB = extern fn(command_handle: CommandHandle,
[INFO] [stdout]     |                           ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/payments.rs:205:48
[INFO] [stdout]     |
[INFO] [stdout] 205 | ...                   cb: Option<extern fn(command_handle_: CommandHandle,
[INFO] [stdout]     |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/payments.rs:208:33
[INFO] [stdout]     |
[INFO] [stdout] 208 | pub type BuildSetTxnFeesReqCB = extern fn(command_handle: CommandHandle,
[INFO] [stdout]     |                                 ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/payments.rs:212:54
[INFO] [stdout]     |
[INFO] [stdout] 212 | ...                   cb: Option<extern fn(command_handle_: CommandHandle,
[INFO] [stdout]     |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/payments.rs:215:33
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub type BuildGetTxnFeesReqCB = extern fn(command_handle: CommandHandle,
[INFO] [stdout]     |                                 ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/payments.rs:218:54
[INFO] [stdout]     |
[INFO] [stdout] 218 | ...                   cb: Option<extern fn(command_handle_: CommandHandle,
[INFO] [stdout]     |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/payments.rs:221:38
[INFO] [stdout]     |
[INFO] [stdout] 221 | pub type ParseGetTxnFeesResponseCB = extern fn(command_handle: CommandHandle,
[INFO] [stdout]     |                                      ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/payments.rs:223:59
[INFO] [stdout]     |
[INFO] [stdout] 223 | ...                   cb: Option<extern fn(command_handle_: CommandHandle,
[INFO] [stdout]     |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/payments.rs:226:36
[INFO] [stdout]     |
[INFO] [stdout] 226 | pub type BuildVerifyPaymentReqCB = extern fn(command_handle: CommandHandle,
[INFO] [stdout]     |                                    ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/payments.rs:230:57
[INFO] [stdout]     |
[INFO] [stdout] 230 | ...                   cb: Option<extern fn(command_handle_: CommandHandle,
[INFO] [stdout]     |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/payments.rs:233:41
[INFO] [stdout]     |
[INFO] [stdout] 233 | pub type ParseVerifyPaymentResponseCB = extern fn(command_handle: CommandHandle,
[INFO] [stdout]     |                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/payments.rs:235:62
[INFO] [stdout]     |
[INFO] [stdout] 235 | ...                   cb: Option<extern fn(command_handle_: CommandHandle,
[INFO] [stdout]     |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/payments.rs:239:30
[INFO] [stdout]     |
[INFO] [stdout] 239 | pub type SignWithAddressCB = extern fn (command_handle: CommandHandle, wallet_handle: WalletHandle,
[INFO] [stdout]     |                              ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/payments.rs:242:52
[INFO] [stdout]     |
[INFO] [stdout] 242 | ...                   cb: Option<extern fn(command_handle: i32, err: Error, raw: BString, len: u32)>) -> Error;
[INFO] [stdout]     |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/payments.rs:244:32
[INFO] [stdout]     |
[INFO] [stdout] 244 | pub type VerifyWithAddressCB = extern fn (command_handle: i32, address: CString,
[INFO] [stdout]     |                                ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/payments.rs:247:54
[INFO] [stdout]     |
[INFO] [stdout] 247 | ...                   cb: Option<extern fn(command_handle: i32, err: Error, result: bool)>) -> Error;
[INFO] [stdout]     |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]  --> src/pool.rs:5:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | extern {
[INFO] [stdout]   | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]  --> src/wallet.rs:5:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | extern {
[INFO] [stdout]   | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/wallet.rs:70:25
[INFO] [stdout]    |
[INFO] [stdout] 70 | pub type WalletCreate = extern fn(name: CString,
[INFO] [stdout]    |                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/wallet.rs:74:23
[INFO] [stdout]    |
[INFO] [stdout] 74 | pub type WalletOpen = extern fn(name: CString,
[INFO] [stdout]    |                       ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/wallet.rs:78:24
[INFO] [stdout]    |
[INFO] [stdout] 78 | pub type WalletClose = extern fn(storage_handle: StorageHandle) -> Error;
[INFO] [stdout]    |                        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/wallet.rs:79:25
[INFO] [stdout]    |
[INFO] [stdout] 79 | pub type WalletDelete = extern fn(name: CString,
[INFO] [stdout]    |                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/wallet.rs:82:28
[INFO] [stdout]    |
[INFO] [stdout] 82 | pub type WalletAddRecord = extern fn(storage_handle: StorageHandle,
[INFO] [stdout]    |                            ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/wallet.rs:88:36
[INFO] [stdout]    |
[INFO] [stdout] 88 | pub type WalletUpdateRecordValue = extern fn(storage_handle: StorageHandle,
[INFO] [stdout]    |                                    ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/wallet.rs:93:35
[INFO] [stdout]    |
[INFO] [stdout] 93 | pub type WalletUpdateRecordTags = extern fn(storage_handle: StorageHandle,
[INFO] [stdout]    |                                   ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/wallet.rs:97:32
[INFO] [stdout]    |
[INFO] [stdout] 97 | pub type WalletAddRecordTags = extern fn(storage_handle: StorageHandle,
[INFO] [stdout]    |                                ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/wallet.rs:101:35
[INFO] [stdout]     |
[INFO] [stdout] 101 | pub type WalletDeleteRecordTags = extern fn(storage_handle: StorageHandle,
[INFO] [stdout]     |                                   ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/wallet.rs:105:31
[INFO] [stdout]     |
[INFO] [stdout] 105 | pub type WalletDeleteRecord = extern fn(storage_handle: StorageHandle,
[INFO] [stdout]     |                               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/wallet.rs:108:28
[INFO] [stdout]     |
[INFO] [stdout] 108 | pub type WalletGetRecord = extern fn(storage_handle: StorageHandle,
[INFO] [stdout]     |                            ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/wallet.rs:113:30
[INFO] [stdout]     |
[INFO] [stdout] 113 | pub type WalletGetRecordId = extern fn(storage_handle: StorageHandle,
[INFO] [stdout]     |                              ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/wallet.rs:116:32
[INFO] [stdout]     |
[INFO] [stdout] 116 | pub type WalletGetRecordType = extern fn(storage_handle: StorageHandle,
[INFO] [stdout]     |                                ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/wallet.rs:119:33
[INFO] [stdout]     |
[INFO] [stdout] 119 | pub type WalletGetRecordValue = extern fn(storage_handle: StorageHandle,
[INFO] [stdout]     |                                 ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/wallet.rs:123:32
[INFO] [stdout]     |
[INFO] [stdout] 123 | pub type WalletGetRecordTags = extern fn(storage_handle: StorageHandle,
[INFO] [stdout]     |                                ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/wallet.rs:126:29
[INFO] [stdout]     |
[INFO] [stdout] 126 | pub type WalletFreeRecord = extern fn(storage_handle: StorageHandle,
[INFO] [stdout]     |                             ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/wallet.rs:128:37
[INFO] [stdout]     |
[INFO] [stdout] 128 | pub type WalletGetStorageMetadata = extern fn(storage_handle: StorageHandle,
[INFO] [stdout]     |                                     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/wallet.rs:131:37
[INFO] [stdout]     |
[INFO] [stdout] 131 | pub type WalletSetStorageMetadata = extern fn(storage_handle: StorageHandle,
[INFO] [stdout]     |                                     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/wallet.rs:133:38
[INFO] [stdout]     |
[INFO] [stdout] 133 | pub type WalletFreeStorageMetadata = extern fn(storage_handle: StorageHandle,
[INFO] [stdout]     |                                      ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/wallet.rs:135:32
[INFO] [stdout]     |
[INFO] [stdout] 135 | pub type WalletSearchRecords = extern fn(storage_handle: StorageHandle,
[INFO] [stdout]     |                                ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/wallet.rs:140:35
[INFO] [stdout]     |
[INFO] [stdout] 140 | pub type WalletSearchAllRecords = extern fn(storage_handle: StorageHandle,
[INFO] [stdout]     |                                   ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/wallet.rs:142:38
[INFO] [stdout]     |
[INFO] [stdout] 142 | pub type WalletGetSearchTotalCount = extern fn(storage_handle: StorageHandle,
[INFO] [stdout]     |                                      ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/wallet.rs:145:40
[INFO] [stdout]     |
[INFO] [stdout] 145 | pub type WalletFetchSearchNextRecord = extern fn(storage_handle: StorageHandle,
[INFO] [stdout]     |                                        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/wallet.rs:148:29
[INFO] [stdout]     |
[INFO] [stdout] 148 | pub type WalletFreeSearch = extern fn(storage_handle: StorageHandle,
[INFO] [stdout]     |                             ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]  --> src/logger.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | extern {
[INFO] [stdout]   | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/logger.rs:26:22
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub type EnabledCB = extern fn(context: *const CVoid,
[INFO] [stdout]    |                      ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/logger.rs:30:18
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub type LogCB = extern fn(context: *const CVoid,
[INFO] [stdout]    |                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/logger.rs:38:20
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub type FlushCB = extern fn(context: *const CVoid);
[INFO] [stdout]    |                    ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]  --> src/cache.rs:5:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | extern {
[INFO] [stdout]   | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]  --> src/metrics.rs:5:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | extern {
[INFO] [stdout]   | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/lib.rs:53:28
[INFO] [stdout]    |
[INFO] [stdout] 53 | pub type ResponseEmptyCB = extern fn(xcommand_handle: CommandHandle, err: Error);
[INFO] [stdout]    |                            ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/lib.rs:54:27
[INFO] [stdout]    |
[INFO] [stdout] 54 | pub type ResponseBoolCB = extern fn(xcommand_handle: CommandHandle, err: Error, bool1: bool);
[INFO] [stdout]    |                           ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/lib.rs:55:26
[INFO] [stdout]    |
[INFO] [stdout] 55 | pub type ResponseI32CB = extern fn(xcommand_handle: CommandHandle, err: Error, handle: IndyHandle);
[INFO] [stdout]    |                          ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/lib.rs:56:35
[INFO] [stdout]    |
[INFO] [stdout] 56 | pub type ResponseWalletHandleCB = extern fn(xcommand_handle: CommandHandle, err: Error, handle: WalletHandle);
[INFO] [stdout]    |                                   ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/lib.rs:57:31
[INFO] [stdout]    |
[INFO] [stdout] 57 | pub type ResponseI32UsizeCB = extern fn(xcommand_handle: CommandHandle, err: Error, handle: IndyHandle, total_count: usize);
[INFO] [stdout]    |                               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/lib.rs:58:29
[INFO] [stdout]    |
[INFO] [stdout] 58 | pub type ResponseStringCB = extern fn(xcommand_handle: CommandHandle, err: Error, str1: CString);
[INFO] [stdout]    |                             ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/lib.rs:59:35
[INFO] [stdout]    |
[INFO] [stdout] 59 | pub type ResponseStringStringCB = extern fn(xcommand_handle: CommandHandle, err: Error, str1: CString, str2: CString);
[INFO] [stdout]    |                                   ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/lib.rs:60:41
[INFO] [stdout]    |
[INFO] [stdout] 60 | pub type ResponseStringStringStringCB = extern fn(xcommand_handle: CommandHandle, err: Error, str1: CString, str2: CString, str3: CS...
[INFO] [stdout]    |                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/lib.rs:61:28
[INFO] [stdout]    |
[INFO] [stdout] 61 | pub type ResponseSliceCB = extern fn(xcommand_handle: CommandHandle, err: Error, raw: BString, len: u32);
[INFO] [stdout]    |                            ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/lib.rs:62:34
[INFO] [stdout]    |
[INFO] [stdout] 62 | pub type ResponseStringSliceCB = extern fn(xcommand_handle: CommandHandle, err: Error, str1: CString, raw: BString, len: u32);
[INFO] [stdout]    |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/lib.rs:63:38
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub type ResponseStringStringU64CB = extern fn(xcommand_handle: CommandHandle, err: Error, arg1: CString, arg2: CString, arg3: u64);
[INFO] [stdout]    |                                      ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/lib.rs:64:32
[INFO] [stdout]    |
[INFO] [stdout] 64 | pub type ResponseStringI64CB = extern fn(xcommand_handle: CommandHandle, err: Error, arg1: CString, arg3: i64);
[INFO] [stdout]    |                                ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/lib.rs:66:1
[INFO] [stdout]    |
[INFO] [stdout] 66 | extern {
[INFO] [stdout]    | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.56s
[INFO] running `Command { std: "docker" "inspect" "12e730780c02c9a9d1990f47360c8926ac018963d68053adc5046250195e4273", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "12e730780c02c9a9d1990f47360c8926ac018963d68053adc5046250195e4273", kill_on_drop: false }`
[INFO] [stdout] 12e730780c02c9a9d1990f47360c8926ac018963d68053adc5046250195e4273
